Uses of Interface
de.cebis.moccabox.io.command.ITaskCommandCollection

Packages that use ITaskCommandCollection
de.cebis.moccabox.io   
de.cebis.moccabox.io.command   
 

Uses of ITaskCommandCollection in de.cebis.moccabox.io
 

Subinterfaces of ITaskCommandCollection in de.cebis.moccabox.io
 interface IODefinition
          Interface, das den Aufruf eines Anwenders (IClient) über den gesamten Lebenszyklus des IO spezifiziert.
 

Classes in de.cebis.moccabox.io that implement ITaskCommandCollection
 class StandardIODefinition
          Standardimplementierung des Interface IODefinition.
 

Uses of ITaskCommandCollection in de.cebis.moccabox.io.command
 

Methods in de.cebis.moccabox.io.command with parameters of type ITaskCommandCollection
 void TaskCommandContainer.registerTaskCommands(ITaskCommandCollection source)
          Registrieren einer Menge von TaskCommands, die von einem Objekt, das das Interface ITaskCommandCollection implementiert, zur Verfügung gestellt wird.